home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / flash.sit / Flash Cards / background_7866.txt < prev    next >
Text File  |  1988-11-26  |  3KB  |  150 lines

  1. -- background: 7866 from stack: in
  2. -- bmap block id: 8762
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Set 2
  6.  
  7.  
  8. -- part 7 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=311 top=28 right=332 bottom=495
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Wrong Answer
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "boing"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 1 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=14 top=29 right=63 bottom=53
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1016 / 1016
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide field Hint
  42.   go to previous card
  43. end mouseUp
  44.  
  45.  
  46. -- part 2 (button)
  47. -- low flags: 00
  48. -- high flags: 2000
  49. -- rect: left=137 top=29 right=67 bottom=178
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 20098 / 20098
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Home
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect iris close
  61.   go home
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 3 (button)
  67. -- low flags: 00
  68. -- high flags: 2000
  69. -- rect: left=267 top=29 right=63 bottom=306
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 32650 / 32650
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Next
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   hide field Hint
  81.   go to next card
  82. end mouseUp
  83.  
  84.  
  85. -- part 4 (button)
  86. -- low flags: 00
  87. -- high flags: A003
  88. -- rect: left=129 top=305 right=326 bottom=190
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Hint
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   play "Boing"
  100.   show field Hint
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 5 (field)
  106. -- low flags: 00
  107. -- high flags: 0000
  108. -- rect: left=17 top=72 right=143 bottom=304
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 251
  113. -- text size: 48
  114. -- style flags: 0
  115. -- line height: 64
  116. -- part name: Word
  117.  
  118.  
  119. -- part 6 (field)
  120. -- low flags: 80
  121. -- high flags: 0000
  122. -- rect: left=17 top=182 right=224 bottom=304
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 251
  127. -- text size: 28
  128. -- style flags: 0
  129. -- line height: 37
  130. -- part name: Hint
  131.  
  132.  
  133. -- part 8 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=15 top=300 right=329 bottom=53
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 5472 / 5472
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: First
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   go to card "TOP"
  148. end mouseUp
  149.  
  150.